-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add hint to configure document root #2100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is somewhat equal to the note in |
@@ -179,6 +177,16 @@ Symfony2 should welcome and congratulate you for your hard work so far! | |||
|
|||
.. image:: /images/quick_tour/welcome.jpg | |||
|
|||
.. note:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A .. tip::
block is maybe better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, agreed.
Am 04.01.2013 14:16, schrieb Wouter J:
In book/installation.rst:
@@ -179,6 +177,16 @@ Symfony2 should welcome and congratulate you for your hard work so far!
.. image:: /images/quick_tour/welcome.jpg
+.. note::
A |.. tip::| block is maybe better?
—
Reply to this email directly or view it on GitHub
https://github.com/symfony/symfony-docs/pull/2100/files#r2549430.
:::::::::::::::::::::::::::::::::::::::
Björn Fromme
Webdevelopment
dreipunktnull
Elfen und Fromme GbR
Am Langen Siepen 18
42857 Remscheid
Telefon: +49 (0) 2191 - 4 61 58 36
Telefax: +49 (0) 2191 - 4 61 58 37
E-Mail: fromme@dreipunktnull.com
Web: http://www.dreipunktnull.com
:::::::::::::::::::::::::::::::::::::::
That's right, didn't know this note and had to read it three times to But: If you don't read the quick tour chances are you fail when you |
The quick tour note you mentioned is wrong IMHO. The (2.1.x) docs assume that you create a vhost or change the document root... |
Add hint to configure document root
Hi guys! I've made a few small tweaks to this general problem, merged in this PR, and also opened #2188 so that we can re-read and address this issue more holistically. Thanks! |
Urls shown in the installation chapter of the 2.1.* branch are missing the
Symfony/web
part. I added a hint about changing the document root and moved the links to apache and nginx docs.